home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / laptop-mode / conf.d / wireless-iwl-power.conf < prev   
Text File  |  2009-10-06  |  897b  |  31 lines

  1. #
  2. # Configuration file for Laptop Mode Tools module wireless-iwl-power.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7.  
  8. ###############################################################################
  9. # IWL Wireless Power settings
  10. # ---------------------------
  11. #
  12. # If you enable this setting, laptop mode tools will automatically set the
  13. # powersave mode of Intel 3945 and 4965 wireless adapters when using the
  14. # iwl3945 or iwl4965 drivers.
  15. #
  16. ###############################################################################
  17.  
  18. # Control Intel IWL wireless power?
  19. CONTROL_IWL_POWER=0
  20.  
  21. # Levels passed to "/sys/class/net/*/device/power_level" for the iwlwifi
  22. # wireless chipsets. The allowed values are:
  23. # 1 = fixed values with most power usage
  24. # ...
  25. # 5 = fixed values with least power usage
  26. # 6 = AC (full power)
  27. # 7 = Battery (least power)
  28. IWL_AC_POWER=6
  29. IWL_BATT_POWER=7
  30.  
  31.